home *** CD-ROM | disk | FTP | other *** search
-
- // JavaScript wrapper for r3ianp.h
- // Auto generated file, do not modify by hand
- // Copyright ⌐ 2004, Realsoft Graphics Oy
-
- var R3_IANP_H = 1;
- include("real/intact/r3intact.js")
- include("oops/r3vector.js")
-
-
- var R3CLID_IANP = 121;
-
-
-
-
-
-
-
- R3IANPA_Points = 121501;
- function GetR3IANPA_Points() {
- return R3Get(this.r3obj, R3IANPA_Points, R3TID_VECTOR, R3TNF_ARRAY);
- }
-
- R3IANPA_PointCount = 121502;
- function GetR3IANPA_PointCount() {
- return R3Get(this.r3obj, R3IANPA_PointCount, R3TID_INTEGER, 0);
- }
-
- R3IANPA_BufferSize = 121503;
- function GetR3IANPA_BufferSize() {
- return R3Get(this.r3obj, R3IANPA_BufferSize, R3TID_INTEGER, 0);
- }
-
- R3IANPA_NoDraw = 121504;
- function SetR3IANPA_NoDraw(value) {
- R3Set(this.r3obj, R3IANPA_NoDraw, value, R3TID_BOOLEAN, 0);
- }
-
- R3IANPA_FreeHand = 121505;
- function SetR3IANPA_FreeHand(value) {
- R3Set(this.r3obj, R3IANPA_FreeHand, value, R3TID_INTEGER, 0);
- }
-
- function GetR3IANPA_FreeHand() {
- return R3Get(this.r3obj, R3IANPA_FreeHand, R3TID_INTEGER, 0);
- }
-
- R3IANPA_MaxCount = 121506;
- function SetR3IANPA_MaxCount(value) {
- R3Set(this.r3obj, R3IANPA_MaxCount, value, R3TID_INTEGER, 0);
- }
-
- R3IANPA_FinalCount = 121507;
- function GetR3IANPA_FinalCount() {
- return R3Get(this.r3obj, R3IANPA_FinalCount, R3TID_INTEGER, 0);
- }
-
-
-
- function r3Ianp () {
- this.base = r3God;
- if(arguments.length) {
- this.base(R3CLID_IANP, arguments);
- }
- // Methods
-
- // Attributes
- this.GetPoints=GetR3IANPA_Points;
- this.GetPointCount=GetR3IANPA_PointCount;
- this.GetBufferSize=GetR3IANPA_BufferSize;
- this.SetNoDraw=SetR3IANPA_NoDraw;
- this.GetFreeHand=GetR3IANPA_FreeHand;
- this.SetFreeHand=SetR3IANPA_FreeHand;
- this.SetMaxCount=SetR3IANPA_MaxCount;
- this.GetFinalCount=GetR3IANPA_FinalCount;
- }
-
- r3Ianp.prototype=new r3Intact;
- // r3ianp.h_H